Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.20->1.2.251.2.17->1.2.220.65.3->0.65.40.65.3->0.65.40.65.3->0.65.40.65.3->0.65.40.65.3->0.65.40.65.3->0.65.41.31.0->1.32.00.47.0->0.48.29.15.2->9.15.43.3.2->3.3.30.6.9->0.6.115.16.0->5.19.64.1.1->4.1.45.7.2->5.7.36.0.9->6.0.11Release Notes
unocss/unocss (@unocss/preset-icons)
v0.65.4Compare Source
🚀 Features
checkImport- by @ntnyq in https://github.com/unocss/unocss/issues/4362 (1e5ca)🐞 Bug Fixes
View changes on GitHub
toss/es-toolkit (es-toolkit)
v1.32.0Compare Source
Released on January 30th, 2024.
fromIndexparameters in find.meilisearch/meilisearch-js (meilisearch)
v0.48.2: 🌻Compare Source
🐛 Bug Fixes
Thanks again to @flevi29, @meili-bors[bot] ! 🎉
v0.48.1: 🌻Compare Source
🐛 Bug Fixes
Thanks again to @flevi29, @meili-bors[bot] ! 🎉
v0.48.0: 🌻Compare Source
token.tsand make it tree-shakeable (#1661) @flevi29Migration
Replace:
By:
⚙️ Maintenance
eslintconfig, other minor changes (#1795) @flevi29nodemondependency (#1822) @flevi29Thanks again to @Strift, @ellnix, and @flevi29 🎉
pnpm/pnpm (pnpm)
v9.15.4: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>updates only the specified package, withdedupe-peer-dependents=true.Platinum Sponsors
Gold Sponsors
v9.15.3Compare Source
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.3.3Compare Source
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.11Compare Source
v0.6.10Compare Source
@zackad/prettier-plugin-twig(#327)@zackad/prettier-plugin-twig-melody(#327)sveltejs/svelte (svelte)
v5.19.6Compare Source
Patch Changes
fix: do not prune selectors like
:global(.foo):has(.scoped)(#15140)fix: don't error on slot prop inside block inside other component (#15148)
fix: ensure reactions are correctly attached for unowned deriveds (#15158)
fix: silence a11y attribute warnings when spread attributes present (#15150)
fix: prevent false-positive ownership validations due to hot reload (#15154)
fix: widen ownership when calling setContext (#15153)
v5.19.5Compare Source
Patch Changes
fix: improve derived connection to ownership graph (#15137)
fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)
v5.19.4Compare Source
Patch Changes
fix: Add
bind:focusedproperty toHTMLAttributestype (#15122)fix: lazily connect derievds (in deriveds) to their parent (#15129)
fix: disallow $state/$derived in const tags (#15115)
v5.19.3Compare Source
Patch Changes
fix: don't throw for
undefinednon delegated event handlers (#15087)fix: consistently set value to blank string when value attribute is undefined (#15057)
fix: optimise || expressions in template (#15092)
fix: correctly handle
novalidateattribute casing (#15083)fix: expand boolean attribute support (#15095)
fix: avoid double deriveds in component props (#15089)
fix: add check for
isattribute to correctly detect custom elements (#15086)v5.19.2Compare Source
Patch Changes
v5.19.1Compare Source
Patch Changes
fix: omit unnecessary nullish coallescing in template expressions (#15056)
fix: more efficient template effect grouping (#15050)
fix: ensure untrack correctly retains the active reaction (#15065)
fix: initialize
filesbind on hydration (#15059)v5.19.0Compare Source
Minor Changes
ClassValuefromsvelte/elements(#15035)Patch Changes
fix: create fewer deriveds for concatenated strings (#15041)
fix: correctly parse leading comments in function binding (#15020)
v5.18.0Compare Source
Minor Changes
<template>elements to contain any child (#15007)Patch Changes
fix: ensure resume effects are scheduled in topological order (#15012)
fix: bump esrap (#15015)
fix: remove listener on
bind_current_timeteardown (#15013)v5.17.5Compare Source
Patch Changes
feat: allow const tag inside
svelte:boundary(#14993)fix: ensure signal write invalidation within effects is consistent (#14989)
v5.17.4Compare Source
Patch Changes
fix: never consider inert boundary effects (#14999)
fix: store access on component destroy (#14968)
fix: correctly transform
prewith no content (#14973)fix: wrap each block expression in derived to encapsulate effects (#14967)
v5.17.3Compare Source
Patch Changes
v5.17.2Compare Source
Patch Changes
fix: account for parent scale when animating elements (#14957)
fix: apply
overflow: hiddenstyle when transitioning elements, where necessary (#14930)fix: properly add owners to function bindings (#14962)
v5.17.1Compare Source
Patch Changes
fix: remove bindable prop validation (#14946)
chore: tweak "invalid assignment" compiler error message (#14955)
fix: silence false-positive stale value warning (#14958)
v5.17.0Compare Source
Minor Changes
Patch Changes
fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)
fix: account for min-width/height in
slidetransition (#14942)fix: prevent long delays causing erratic spring behaviour (#14940)
feat: warn on using
slidetransition with table elements (#14936)chore: improve signal performance by reducing duplicate deps (#14945)
v5.16.6Compare Source
Patch Changes
fix: Make Tween duration 0 set current to target immediately (#14937)
fix: guard against
customElementsbeing unavailable in browser extension contexts (#14933)fix: treat
inertas a boolean attribute (#14935)fix: remove leading newline from
<pre>contents (#14922)v5.16.5Compare Source
Patch Changes
fix: inherit correct namespace for
<title>elements (#14817)fix: don't throw
bind_invalid_exportif there's also a bindable prop with the same name (#14813)v5.16.4Compare Source
Patch Changes
fix: use cached indexOf array prototype method internally (#14912)
fix: make Tween work with continuous target changes (#14895)
v5.16.3Compare Source
Patch Changes
fix: correctly parse
eachwith loose parser (#14887)fix: apply
clsxlogic to custom elementclassattributes (#14907)v5.16.2Compare Source
Patch Changes
fix: ensure disconnected deriveds correctly connect again (#14899)
fix: correctly highlight sources reassigned inside
trace(#14811)v5.16.1Compare Source
Patch Changes
fix: ensure unowned deriveds correctly get re-linked to the graph (#14855)
fix: ensure $inspect.trace works correctly with null values (#14853)
sveltejs/language-tools (svelte-check)
v4.1.4Compare Source
v4.1.3Compare Source
v4.1.2Compare Source
microsoft/TypeScript (typescript)
v5.7.3Compare Source
vitejs/vite (vite)
v6.0.11Compare Source
preview.allowedHostswith specific values was not respected (#19246) (aeb3ec8), closes #19246v6.0.10Compare Source
server.originURL (#19241) (2495022), closes #19241Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.